From: Richard M. Stallman Date: Fri, 6 Sep 2002 16:45:54 +0000 (+0000) Subject: (set_case_table): Make canon table point to eqv table. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30762 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3ede87e4f15c4f02b5f4e606aeba15f9b8c1a0d7;p=emacs.git (set_case_table): Make canon table point to eqv table. --- diff --git a/src/casetab.c b/src/casetab.c index de504e2e335..6056af54682 100644 --- a/src/casetab.c +++ b/src/casetab.c @@ -158,6 +158,9 @@ set_case_table (table, standard) XCHAR_TABLE (table)->extras[2] = eqv; } + /* This is so set_image_of_range_1 in regex.c can find the EQV table. */ + XCHAR_TABLE (canon)->extras[2] = eqv; + if (standard) Vascii_downcase_table = table; else